fix appendChildNode() call
Origin: upstream, https://code.qt.io/cgit/qt/qtlocation.git/commit/?id=
6cb20a08b65c73b4
Last-Update: 2023-08-18
The QSGNode::appendChildNode() method checks that its parameter must
not have a parent. Before this patch we always called appendChildNode()
on a node that already had parent, which was always leading to ASSERT
in a debug build.
Seems that the right approach would be to call this method, if the
node *does not* have a parent.
Gbp-Pq: Name fix_appendChildNode_call.diff
make mapboxgl build on non-Linux platforms
Origin: upstream, https://github.com/mapbox/mapbox-gl-native/commit/
5f031dfa56f28d60
Last-Update: 2020-01-08
Gbp-Pq: Name mapboxgl_thread_portability.diff
qtlocation-opensource-src (5.15.8+dfsg-3+deb12u1) bookworm; urgency=medium
* Backport upstream patch to fix condition for appendChildNode() call
(closes: #
1050240).
[dgit import unpatched qtlocation-opensource-src 5.15.8+dfsg-3+deb12u1]